home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0617 / data.z / rMail.exe / 0 / RCDATA / TSELECTTPACTION / TSELECTTPACTION.txt
Text File  |  1996-10-21  |  946b  |  52 lines

  1. object SelectTpAction: TSelectTpAction
  2.   Left = 199
  3.   Top = 95
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select'
  6.   ClientHeight = 273
  7.   ClientWidth = 169
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object List: TListBox
  15.     Left = 0
  16.     Top = 0
  17.     Width = 169
  18.     Height = 245
  19.     Align = alClient
  20.     ItemHeight = 16
  21.     TabOrder = 0
  22.     OnDblClick = ListDblClick
  23.   end
  24.   object ToolBar1: TtpToolBar
  25.     Left = 0
  26.     Top = 245
  27.     Width = 169
  28.     Height = 28
  29.     HelpContext = 313
  30.     Align = alBottom
  31.     TabOrder = 1
  32.     object Button1: TButton
  33.       Left = 2
  34.       Top = 2
  35.       Width = 80
  36.       Height = 24
  37.       Caption = 'SELECT'
  38.       ModalResult = 1
  39.       TabOrder = 0
  40.     end
  41.     object Button2: TButton
  42.       Left = 84
  43.       Top = 2
  44.       Width = 80
  45.       Height = 24
  46.       Caption = 'CANCEL'
  47.       ModalResult = 2
  48.       TabOrder = 1
  49.     end
  50.   end
  51. end
  52.